How to use ARRAYS in your Arduino sketches

Today we will take a look at the basic use of arrays in an Arduino sketch.   check us out on Facebook: https://www.facebook.com/zarduino/   SCHEMATIC:   ARDUINO CODE: int led[10] = {2, 3, 4, 5, 6, 8, 9, 10, 11, … Continue reading How to use ARRAYS in your Arduino sketches